* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: black;
  font-family: "Poppins", serif;
}

a {
  text-decoration: none;
  color: black;
}

.navbar {
  display: flex;
  justify-content: space-between;
  width: 90%;
  padding: 10px;
  gap: 20px;
  font-size: 14px;
}

.navbar .logo {
  padding: 10px;
}

.navbar .menu {
  list-style: none;
  display: flex;
}

.menu-item {
  position: relative;
}

.navbar .menu .menu-item a {
  text-decoration: none;
  color: black;
  padding: 10px;
  display: block;
}

.navbar .menu .menu-item a:hover {
  background-color: black;
  color: white;
  border-radius: 10px;
}

.navbar .menu .menu-item .dropdown {
  position: absolute;
  z-index: 100;
  width: 200px;
  background-color: white;
  color: black;
  list-style: none;
  display: none;
  box-shadow: 0 8px 16px black;
  border-radius: 15px;
  border: 2px solid white;
}

.navbar .menu .menu-item .dropdown li a {
  text-decoration: none;
  color: black;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
}

.navbar .menu .menu-item .dropdown li a:hover {
  background-color: black;
  color: white;
}

.navbar .menu .menu-item:hover .dropdown {
  display: flex;
  flex-direction: column;
}

.navbar .icons {
  display: flex;
  gap: 20px;
  padding: 10px;
}

.header-two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dotted black;
  width: 90%;
  font-size: 14px;
  position: sticky;
  top: 0;
  background-color: white;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/home-theater/soundbars-and-home-audio/11112024/UltraSlim-Soundbars_PCDKV_D_1440x810x.jpeg?imwidth=1366);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 550px;
  margin-top: 50px;
}

.hero .text {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  width: 500px;
  gap: 20px;
}

.hero .text h1 {
  width: 200px;
}

.hero .text a {
  padding: 10px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 15px;
  border: 2px solid white;
  width: 150px;
}

.hero .text a:hover {
  background-color: white;
  color: black;
  border-radius: 15px;
  border: 2px solid black;
  width: 150px;
}

.home-audio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 90%;
  margin-top: 80px;
  height: 850px;
}

.home-audio .imgg {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  width: 100%;
  height: 800px;
  gap: 20px;
}

.home-audio .imgg .pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
align-items: center;
gap: 10px;
font-size: small;
}

.home-audio .imgg .pic img {
  width: 200px;
  height: 200px;
}

.home-audio .imgg .pic a {
  padding: 10px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 15px;
  border: 2px solid white;
}

.home-audio .imgg .pic a:hover {
  background-color: white;
  color: black;
  border-radius: 15px;
  border: 2px solid black;
}

.box1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/home-theater/soundbars-and-home-audio/11072024/3_Music_Frame_PC.jpg?$1440_N_JPG$);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 600px;
  margin-top: 80px;
}

.box1 .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-right: 50px;
  width: 500px;
}

.box1 .text a {
  padding: 10px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 15px;
  border: 2px solid white;
  width: 150px;
}

.box1 .text a:hover {
  background-color: white;
  color: black;
  border-radius: 15px;
  border: 2px solid black;
}

.box2 {
  display: flex;
  flex-direction: column;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/home-theater/soundbars-and-home-audio/11072024/3_Q_Series_Soundbars_PC.jpg?$1440_N_JPG$);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 600px;
  margin-top: 80px;
}

.box2 .text {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  margin-top: 80px;
  width: 500px;
  gap: 20px;
}

.box2 .text a {
  padding: 10px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 15px;
  border: 2px solid white;
  width: 150px;
}

.box2 .text a:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
}

.box3 {
  display: flex;
  flex-direction: column;
  align-items: end;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/home-theater/soundbars-and-home-audio/11072024/3_Ultra_Slim_Soundbars_PC.jpg?$1440_N_JPG$);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 600px;
  margin-top: 80px;
}

.box3 .text {
  display: flex;
  flex-direction: column;
  margin-right: 50px;
  margin-top: 80px;
  width: 500px;
  gap: 20px;
}

.box3 .text a {
  padding: 10px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 15px;
  border: 2px solid white;
  width: 150px;
}

.box3 .text a:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
}

.box4 {
  display: flex;
  flex-direction: column;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/home-theater/soundbars-and-home-audio/11072024/3_All_in_One_Soundbars_PC.jpg?$1440_N_JPG$);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 600px;
  margin-top: 80px;
}

.box4 .text {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
  margin-top: 80px;
  width: 500px;
  gap: 20px;
}

.box4 .text a {
  padding: 10px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 15px;
  border: 2px solid white;
  width: 150px;
}

.box4 .text a:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
}

.box5 {
  display: flex;
  flex-direction: column;
  align-items: end;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/home-theater/soundbars-and-home-audio/11072024/3_Soundbars_with_Subwoofers_PC.png?$1440_N_PNG$);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 600px;
  margin-top: 80px;
}

.box5 .text {
  display: flex;
  flex-direction: column;
  margin-right: 50px;
  margin-top: 80px;
  width: 500px;
  gap: 20px;
}

.box5 .text a {
  padding: 10px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 15px;
  border: 2px solid white;
  width: 150px;
}

.box5 .text a:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
}

.box6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/home-theater/soundbars-and-home-audio/11072024/3_Sound_Tower_Party_Audio_PC.jpg?$1440_N_JPG$);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 600px;
  margin-top: 80px;
}

.box6 .text {
  display: flex;
  flex-direction: column;
  width: 500px;
  gap: 20px;
}

.box6 .text a {
  padding: 10px;
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 15px;
  border: 2px solid white;
  width: 150px;
}

.box6 .text a:hover {
  background-color: white;
  color: black;
  border: 2px solid black;
}

.black {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 80px;
  background-color: black;
  gap: 50px;
}

.black .first {  
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  background-image: url(https://images.samsung.com/is/image/samsung/assets/us/home-theater/soundbars-and-home-audio/11112024/img_D_dolby-atoms.jpg?$1440_N_JPG$);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 90%;
  height: 900px;
}

.black .first .text {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 600px;
  color: white;
  gap: 10px;
}

.black .second {  
  display: flex;
  align-items: center;
  margin-top: 30px;
  width: 90%;
  margin-bottom: 50px;
}

.black .second .text {
  display: flex;
  flex-direction: column;
  width: 400px;
  color: white;
  gap: 10px;
  margin-left: 50px;
}

.black .second .text a {
  background-color: white;
  color: black;
  padding: 10px;
  border-radius: 15px;
  width: 200px;
  text-align: center;
}

.black .second .text a:hover {
  background-color: black;
  color: white;
  border: 2px solid white;
  padding: 8.5px;
  width: 200px;
  text-align: center;
  text-decoration: underline;
}

.black .second .video {
  display: flex;
  gap: 10px;
}

.black .second .video video{
  width: 500px;
  border-radius: 15px;
}

.sentence {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  gap: 20px;
  margin-top: 80px;
  background-color: #f9f9f9;
  border-top: 2px dotted black;
}

.sentence .text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: smaller;
  width: 90%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.footer {
  background-color: #f9f9f9;
  border-top: 2px dotted black;
  padding: 20px 50px;
  width: 90%;
  margin-top: 50px;
}

.footer-sections {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  min-width: 180px;
  margin-right: 20px;
}

.footer-column h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #333;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.footer-bottom p {
  font-size: 11px;
  color: #666;
  margin: 5px 0;
}

.footer-bottom p a {
  text-decoration: none;
  color: #333;
}

.footer-bottom p a:hover {
  text-decoration: underline;
}

.social-icons {
  margin-top: 10px;
}

.social-icons span {
  display: block;
  font-size: 11px;
  margin-bottom: 8px;
}
